home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id009.dxr / 00027_39.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  578 b   |  33 lines

  1. on exitFrame
  2.   global check, count, chk1, chk2, chk3, chk4, chk5, chk6, chk7
  3.   if the timer > 3380 then
  4.     set check to 1
  5.     set count to 0
  6.     set chk1 to 1
  7.     set chk2 to 1
  8.     set chk3 to 1
  9.     set chk4 to 1
  10.     set chk5 to 1
  11.     set chk6 to 1
  12.     set chk7 to 1
  13.     go(the frame + 1)
  14.   else
  15.     go(the frame)
  16.   end if
  17. end
  18.  
  19. on mouseUp
  20.   global check, count, chk1, chk2, chk3, chk4, chk5, chk6, chk7
  21.   set check to 1
  22.   set count to 0
  23.   set chk1 to 1
  24.   set chk2 to 1
  25.   set chk3 to 1
  26.   set chk4 to 1
  27.   set chk5 to 1
  28.   set chk6 to 1
  29.   set chk7 to 1
  30.   sound stop 1
  31.   go(38)
  32. end
  33.